home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / PaperCut Quota 6.1 / pc-setup.exe / {app} / WebAdmin / includes / sidenav.inc < prev   
Text File  |  2005-10-13  |  2KB  |  50 lines

  1. <DIV class="leftNavHead"><%= GetText("MyDetails") %></DIV>
  2. <UL class="leftNav">
  3.     <LI><A class="leftnav" href="default.asp"><%= GetText("MySummary") %></a></LI>
  4.     <% If gblnEnableTopUpCards Then %>
  5.         <LI><A class="leftnav" href="TopUpCard.asp"><%= GetText("UseTopUpCard") %></a></LI>
  6.     <% End If %>
  7.     <% If gblnShowTransferOption Then %>
  8.         <LI><A class="leftnav" href="Transfer.asp"><%= GetText("TransferFunds") %></a></LI>
  9.     <% End If %>
  10.     <% If gblnShowUserPrintLog Then %>
  11.         <LI><A class="leftnav" href="Log.asp?strMyLogs=Y"><%= GetText("MyPrintJobs") %></a></LI>
  12.     <% End If %>
  13.     <% If gblnShowUserNetLog and gblnHasNetCharging Then %>
  14.         <LI><A class="leftnav" href="NetLog.asp?strMyLogs=Y"><%= GetText("MyNetUsage") %></a></LI>
  15.     <% End If %>
  16.     <% If gblnShowUserTransactionLog Then %>
  17.         <LI><A class="leftnav" href="TransLog.asp?strMyLogs=Y"><%= GetText("MyTransactions") %></a></LI>
  18.     <% End If %>
  19.     <% If gblnShowChargeRates Then %>
  20.         <LI><A class="leftnav" href="ChargeRates.asp"><%= GetText("ChargeRates") %></a></LI>
  21.     <% End If %>
  22.  
  23. </UL>
  24.  
  25. <% If gblnIsAdmin Then %>
  26.     <DIV class="leftNavHead"><%= GetText("Admin") %></DIV>
  27.     <UL class="leftNav">
  28.         <LI><A class="leftnav" href="Admin.asp"><%= GetText("AdminHome") %></a></LI>
  29.         <LI><A class="leftnav" href="UserList.asp"><%= GetText("UserList") %></a></LI>
  30.         <LI><A class="leftnav" href="OtherCharges.asp"><%= GetText("OtherCharges") %></a></LI>
  31.         <LI><A class="leftnav" href="LogReport.asp?ReportList=Y"><%= GetText("QuickReports") %></a></LI>
  32.         <LI><A class="leftnav" href="LogReport.asp"><%= GetText("AdhocReports") %></a></LI>
  33.         <LI><A class="leftnav" href="Log.asp"><%= GetText("RecentPrintJobs") %></a></LI>
  34.         <% if gblnHasNetCharging then %>
  35.             <LI><A class="leftnav" href="NetLog.asp"><%= GetText("RecentNetUsage") %></a></LI>
  36.         <% end if %>
  37.         <LI><A class="leftnav" href="TransLog.asp"><%= GetText("TransactionHistory") %></a></LI>
  38.         <% If gblnHasChargeBack Then %>
  39.             <LI><A class="leftnav" href="AccountList.asp"><%= GetText("AccountList") %></a></LI>
  40.         <% End If %>
  41.         <LI><A class="leftnav" href="Admin.asp?vc=Y"><%= GetText("UpdateCheck") %></a></LI>
  42.     </UL>
  43. <% ElseIf gblnAlwaysShowAdminLink Then %>
  44.     <DIV class="leftNavHead"><%= GetText("Admin") %></DIV>
  45.     <UL class="leftNav">
  46.         <LI><A class="leftnav" href="Admin.asp"><%= GetText("AdminHome") %></a></LI>
  47.     </UL>
  48. <% End If %>
  49.  
  50.